Platform NotesWindows CEThe functionality of GeometryManager is nearly identical on all platforms, with a few significant limitations for the Windows CE version. The biggest limitation for the Windows CE version is that Windows CE does not allow the user to resize windows of any kind. This is not a limitation if you are managing controls inside of a frame window. However, for dialogs, some extra processing may be in order. For instance, you may want to query the size of the display and resize your dialogs when they are created to take up most of the space available. Since resizing windows is not allowed, the GM_NO_TRACK_MIN_SIZE flag for GmStartDefinition is not supported when compiling for Windows CE targets. Note that the Windows CE emulation environment that runs under Windows NT does allow you to resize dialogs with a sizing frame, but actual Windows CE machines do not have this functionality. |
|